home *** CD-ROM | disk | FTP | other *** search
/ Spiceworld The Movie - Interactive CD-ROM / Spiceworld The Movie: Interactive CD-ROM.iso / pc / elements / spicetwo.dir / scripts_32_scary Squares.ls < prev    next >
Encoding:
Text File  |  1997-12-04  |  303 b   |  19 lines

  1. on prepareFrame
  2.   global LOOPFRAME, SCARYSTART
  3.   if not (LOOPFRAME = the frameLabel) then
  4.     initialiseFrame()
  5.     repeat with x = 2 to 23
  6.       set the visible of sprite x to 0
  7.     end repeat
  8.     set SCARYSTART to 0
  9.   end if
  10. end
  11.  
  12. on enterFrame
  13.   checkRollOvers()
  14. end
  15.  
  16. on exitFrame
  17.   go(the frame)
  18. end
  19.